home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_54 / PlaceObject2_651_1145 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  234 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.name == "Insert name")
  3.    {
  4.       this.gotoAndStop(1);
  5.    }
  6.    if(_root.cUrl == "www.nbstuff.com")
  7.    {
  8.       this.gotoAndStop(2);
  9.    }
  10.    else
  11.    {
  12.       this.gotoAndStop(3);
  13.    }
  14. }
  15.